body{
    background-color: rgb(255, 127, 236);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100vh;
}

